home *** CD-ROM | disk | FTP | other *** search
- object FrmRemote: TFrmRemote
- Left = 347
- Top = 236
- Width = 540
- Height = 311
- Caption = 'View Messages on Server'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- Scaled = False
- ShowHint = True
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 120
- TextHeight = 16
- object Shape1: TShape
- Left = 0
- Top = 0
- Width = 532
- Height = 18
- Align = alTop
- Brush.Color = clBlack
- end
- object BtnConnect: TSpeedButton
- Left = 192
- Top = 0
- Width = 58
- Height = 17
- Cursor = crHandPoint
- Hint = 'Connect to server'
- Caption = 'Connect'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = 15
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- Spacing = 2
- OnClick = BtnConnectClick
- end
- object Label1: TLabel
- Left = 5
- Top = 1
- Width = 50
- Height = 15
- Caption = 'Account:'
- Color = clBlack
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = 15
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- end
- object BtnDelete: TSpeedButton
- Left = 474
- Top = 0
- Width = 57
- Height = 17
- Cursor = crHandPoint
- Hint = 'Delete message'
- Anchors = [akTop, akRight]
- Caption = 'Delete'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = 15
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- Spacing = 2
- Visible = False
- OnClick = BtnDeleteClick
- end
- object BtnLOS: TSpeedButton
- Left = 416
- Top = 0
- Width = 57
- Height = 17
- Cursor = crHandPoint
- Hint = 'Leave Mail on Server, don'#39't get'
- Anchors = [akTop, akRight]
- Caption = 'L.O.S.'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = 15
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- Spacing = 2
- Visible = False
- OnClick = BtnLOSClick
- end
- object BtnGet: TSpeedButton
- Left = 358
- Top = 0
- Width = 57
- Height = 17
- Cursor = crHandPoint
- Hint = 'Get message'
- Anchors = [akTop, akRight]
- Caption = 'Get'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = 15
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- Spacing = 2
- Visible = False
- OnClick = BtnGetClick
- end
- object BtnCancel: TSpeedButton
- Left = 252
- Top = 0
- Width = 58
- Height = 17
- Cursor = crHandPoint
- Hint = 'Cancel'
- Caption = 'Cancel'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = 15
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- Spacing = 2
- Visible = False
- OnClick = BtnCancelClick
- end
- object PnlMain: TPanel
- Left = 0
- Top = 18
- Width = 532
- Height = 247
- Align = alClient
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object Grid: TStringGrid
- Left = 2
- Top = 2
- Width = 528
- Height = 243
- Align = alClient
- BorderStyle = bsNone
- ColCount = 7
- DefaultRowHeight = 18
- FixedColor = 14134457
- FixedCols = 0
- RowCount = 2
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = 15
- Font.Name = 'Arial'
- Font.Style = []
- Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goRowSelect, goThumbTracking]
- ParentFont = False
- TabOrder = 0
- OnDrawCell = GridDrawCell
- ColWidths = (
- 21
- 124
- 111
- 106
- 26
- 108
- 19)
- end
- end
- object StatusBar: TStatusBar
- Left = 0
- Top = 265
- Width = 532
- Height = 19
- Panels = <
- item
- Width = 200
- end>
- SimplePanel = False
- end
- object AccountsList: TComboBox
- Left = 62
- Top = -2
- Width = 128
- Height = 22
- Style = csDropDownList
- Color = clBlack
- DropDownCount = 12
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = 14
- Font.Name = 'Arial'
- Font.Style = []
- ItemHeight = 14
- ParentFont = False
- TabOrder = 2
- end
- end
-